home *** CD-ROM | disk | FTP | other *** search
/ Scene Storm / Scene Storm - Volume 1.iso / coding / c / tinyterm / makefile next >
Makefile  |  1995-11-16  |  108b  |  9 lines

  1. tt: tt.o
  2.     ln tt -lc16
  3.  
  4. tt.o: tt.c tt.sym
  5.     cc -ps -hitt.sym tt
  6.  
  7. tt.sym: tt.h
  8.     cc -ps -hott.sym tt.h
  9.